home *** CD-ROM | disk | FTP | other *** search
/ PC Electronic Plus / PC Electronics Plus (Most Significant Bits)(1995).ISO / eedraw / update.new < prev   
Text File  |  1991-01-20  |  2KB  |  39 lines

  1. Version 2.0
  2. -----------
  3. 1. A radical user interface change. A new window based tool kit has been
  4.    developed (under msdos not MS windows) and was used in eedraw for the
  5.    following:
  6.    a. MULTI WINDOWS which implies multiple files may be manipulated
  7.       simultaneously.
  8.    b. Input devices may be keyboard/mouse/joystick in any combination.
  9.    c. Display devices can virtually be any device supporting the BGI
  10.       protocol.
  11.    d. On line help.
  12.    e. Back saving into expanded memory or (ram) disk file.
  13.    f. Colors are now user setable.
  14.    This tool kit completely isolates the EEdraw program from Borland's
  15.    graphics. Porting this program to a new environment means developing a
  16.    similar tool kit. Users of EEdraw 1.0 should very easily adopt to this
  17.    environment as the program structure is very much the same.
  18.  
  19. Version 1.2
  20. -----------
  21. 1. Fix minor bug in 'Continue' window displayed after vertical data having
  22.    wrong width.
  23. 2. Allow scaled text (up to factor of 7) using SetTextSize entry in the
  24.    status pull down menu.
  25. 3. All graphics calls have been moved to IGraph.c to isolate this device
  26.    dependency in one file. graphics.h is still sources by other file as they
  27.    use its constants (CENTERing text, colors etc.).
  28.  
  29. Version 1.1
  30. -----------
  31.  
  32. 1. Support has been added to CGA devices on the one hand and Super VGA on
  33.    the other. Hook for ATT device has been added as well but not tested.
  34.    The BGI drivers are not linked in and loaded by demand. This freed about
  35.    20k.
  36. 2. Cursor is positioned in the query, so if for example a Yes/No query pops
  37.    up, the cursor will be positioned on the Yes.
  38.    The Yes/No query now accept Y/N keystrokes.
  39.